Learn R Programming

spork (version 0.1.1)

[[.plotmath: Element-select Plotmath

Description

Element-selects plotmath, retaining class.

Usage

# S3 method for plotmath
[[(x, ...)

Arguments

x

plotmath

...

passed to next method

Value

plotmath

See Also

Other util: [.latex(), [.plotmath(), [.spork(), [[.latex(), [[.spork()

Examples

Run this code
# NOT RUN {
x <- c(
  'V_c./F',
  'AUC_ss',
  'C_max_ss',
  'var^eta_j'
)
x <- as_plotmath(as_spork(x))
class(x)
class(x[[1]])
# }

Run the code above in your browser using DataLab